-
Couldn't load subscription status.
- Fork 1.8k
CTEditor-z-to-the-r: Add missing module type tags to files starting w… #101051
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
🤖 Tue Oct 28 11:37:35 - Prow CI generated the docs preview: |
modules/storage-persistent-storage-iscsi-enforcing-disk-quota.adoc
Outdated
Show resolved
Hide resolved
ea8e30f to
8f24d13
Compare
5edd15b to
aec03c6
Compare
aec03c6 to
ba7970e
Compare
|
@dfitzmau: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice work, what a pain 😅
Some of these are pretty squishy, especially wrt to formatting that makes their content type unclear/debatable. Some should probably be modularized more fully to truly match the content type. All of that to say: please take these suggestions as suggestions, and if you disagree on any, you're probably as right as any of us until we have more clear standards on some of these types of topics 🤓
/remove-label merge-review-in-progress
/remove-label merge-review-needed
| @@ -1,3 +1,4 @@ | |||
| :_mod-docs-content-type: ASSEMBLY | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should leave this file as-is, it's not really docs
| :_mod-docs-content-type: ASSEMBLY |
| @@ -1,5 +1,7 @@ | |||
| :_mod-docs-content-type: ASSEMBLY | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same, should revert this file
| :_mod-docs-content-type: ASSEMBLY |
| @@ -1,4 +1,8 @@ | |||
| High availability (HA) is a standard feature of Kubernetes APIs that helps to ensure that APIs stay operational if a disruption occurs. In an HA deployment, if an active controller crashes or is deleted, another controller is readily available. This controller takes over processing of the APIs that were being serviced by the controller that is now unavailable. | |||
| :_mod-docs-content-type: CONCEPT | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| :_mod-docs-content-type: CONCEPT | |
| :_mod-docs-content-type: SNIPPET |
| @@ -1,3 +1,5 @@ | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stray line?
| // Module included in the following assemblies: | ||
| // * edge_computing/image-based-upgrade/cnf-understanding-image-based-upgrade.adoc | ||
|
|
||
| :_mod-docs-content-type: CONCEPT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More like ref IMO
| @@ -1,3 +1,4 @@ | |||
| :_mod-docs-content-type: CONCEPT | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| :_mod-docs-content-type: CONCEPT | |
| :_mod-docs-content-type: REFERENCE |
| @@ -1,3 +1,4 @@ | |||
| :_mod-docs-content-type: CONCEPT | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| :_mod-docs-content-type: CONCEPT | |
| :_mod-docs-content-type: REFERENCE |
| // | ||
| // * osd_architecture/osd_policy/osd-service-definition.adoc | ||
|
|
||
| :_mod-docs-content-type: CONCEPT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| :_mod-docs-content-type: CONCEPT | |
| :_mod-docs-content-type: REFERENCE |
| // | ||
| // * security/container_security/security-deploy.adoc | ||
|
|
||
| :_mod-docs-content-type: CONCEPT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| :_mod-docs-content-type: CONCEPT | |
| :_mod-docs-content-type: REFERENCE |
| // | ||
| // * security/container_security/security-storage.adoc | ||
|
|
||
| :_mod-docs-content-type: CONCEPT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| :_mod-docs-content-type: CONCEPT | |
| :_mod-docs-content-type: REFERENCE |
|
@jeana-redhat: Those labels are not set on the issue: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
PR adds CONTENT TYPE tags to modules that are missing the tag.
Version(s):
4.12+
Issue:
AsciiDoc Content Type Editor
AsciiDoc Content Type Editor-GH